Operation
Vector (int initialCapacity, int capacityIncrement), in Class Vector
Documentation
* Constructs an empty vector with the specified initial capacity and
* capacity increment.
*
* @param initialCapacity the initial capacity of the vector.
* @param capacityIncrement the amount by which the capacity is
* increased when the vector overflows.
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Abstract | False | Static | False |
Final | False | Native | False |
Synchronized | False | | |